
body{
  font-style: "黑体";
  background-color:#eee !important;
}
.top-box{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f4f4f4;
  overflow: hidden;
  border-bottom: 1px solid #cdcdcd;
}
.left-logo{
  float: left;
}
.left-logo img{
  float: left;
  width: 33px;
  height: 33px;
  margin-top: 3px;
}
.left-logo p{
  float: left;
  line-height: 16px;
  margin-top: 3px;
  font-size: 12px;
  padding-left: 10px;
  color:#000333;
}
.nav-box{
  width: 100%;
  height: 60px;
  min-width: 1200px;
  line-height: 60px;
  background: #fff;
  clear: both;
  overflow: hidden;
  color: #000333;
  font-size: 14px;
  box-shadow:#b8c4c4 2px 2px 5px 0px;
  -webkit-box-shadow:#b8c4c4 2px 2px 5px 0px;
  -moz-box-shadow:#b8c4c4 2px 2px 5px 0px;
  -ms-box-shadow:#b8c4c4 2px 2px 5px 0px;
  -o-box-shadow:#b8c4c4 2px 2px 5px 0px;
}
.nav-box .row{
  width: 1200px;
  margin: 0 auto;
}
.nav-box li{
  position: relative;
  float: left;
  width: 120px;
  text-align: center;
  cursor: pointer;
}
.nav-box li:hover{
  background: #0185eb;
  color: #fff;
  /*transition: all .5s;*/
}
.nav-box .row li.active{
  background: #0185eb;
  color: #fff;
}
.nav-box .row li .index-icon{
  width: 22px;
  height: 22px;
  background: url(../images/index-icom0.png) no-repeat;
  background-size: 22px 22px;
  display: inline-block;
  z-index: 10;
  vertical-align: -5px;
}

.nav-box .row li:hover .index-icon,.nav-box .row li.active .index-icon{
  width: 22px;
  height: 22px;
  background: url(../images/index-icom.png) no-repeat;
  background-size: 22px 22px;
  display: inline-block;
  z-index: 10;
  vertical-align: -5px;
}
/*轮播图*/
.content{
  width: 1200px;
  margin: 0 auto;
}
.left-sweiper{
  float: left;
  width: 355px;
  height: 330px;
}
.sweiperbox{
  width: 100%;
  height: auto; 
}
.sweiperbox img{
  width: 100%;
  height: 100%;
}
.mar-top25{
  margin-top: 25px;
}
.right-news{
  float: right;
  width: 440px;
  padding-left: 30px;
  background: #fff;
  height: 375px;
}
.right-news h1{
  font-size: 24px;
  text-align: left;
  line-height: 60px;
  color: #10d3e0;
}
.w400{
  width: 400px;
}
/*.news-list li a{
  position: relative;
  line-height: 34px;
  width: 100%;
  font-size: 15px;
  padding-left: 20px;
  color: #333;
}*/
.news-list li:hover{
  background: #ddd;
}
.today-aspect{
  height: auto;
  float: left;
  width: 100%;
  border-top:3px solid #b0b0b0;
  background: #fff;
  overflow: hidden;
}
.today-aspect h2{
  width: 100%;
  height: 50px;
  color: #10d3e0;
  font-weight: bold;
  line-height: 50px;
  font-size: 20px;
  border-bottom: 1px solid #f2f2f2;
  padding-left: 25px;
}
.today-aspect h2 img{
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.today-aspect-content{
  width: auto;
  height: auto;
  padding-bottom: 15px;
  overflow: hidden;
}


.top-right-box{
  float: right;
}
.top-right-box input{
  position: relative;
  width: 260px;
  height: 28px;
  line-height: 28px;
  border:1px solid #ddd;
  outline:none;
  border-radius: 50px;
  padding-left: 10px;
}
.search-box{
  position: relative;
  float: left;
  margin-right: 20px;
}
.search-box a{
  display: block;
  cursor: pointer;
  position: absolute;
   bottom: 0;
  z-index: 10;
  right: 11px;
  top: 7px;
  z-index: 10;
}
.search-box a img{
  width: 23px;
  height: 24px;  
  vertical-align: 5px;
}
.login-box{
  float: right;
}
.login-box a{
  float: left;
  color: #666;
  padding: 0 10px;
  font-size: 12px;
}
.login-box a:hover{
  color: #0185eb;
}
.signoutbox{
  float: left;
}
.signoutbox span{
  float: left;
  font-size: 14px;
  color: #0185eb;
}
.signoutbox .sign-out{
  float: left;
}
.xxbanner{
  clear: both;
  min-width:1200px;
  height: 304px;
      /*height: 704px;*/
  /*background:url("../images/index-banner2022.jpg") no-repeat center #010b86;*/
  background:url("../images/index-banner2023.jpg") no-repeat center #0d1e97;
  background-size:  auto 504px;
}

.news-notice{
  float: left;
  width: 500px;
  margin-left: 20px;
  margin-right: 20px;
}
.news-notice h1{
  color: #235da7;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 0;
}
.news-notice h1 a{
  float: right;
  font-size: 12px;
  color: #666;
  font-weight: 100;
  text-decoration: none;
}
.news-notice p a:hover,
.news-notice h1 a:hover{
  text-decoration: underline;
}
.news-notice p span{
  color: #ff4200;
}
.news-notice p{
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
}
.news-notice p a{
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.grzx-box{
  float: right;
  width: 297px;
  height: 350px;
  background: url("../images/grzx-bg.jpg") no-repeat;
  background-size: 297px 350px;
}
.grzx-box h2{
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #037adb;
  margin: 25px auto 20px;
}
.grzx-box h2 span{
  color: #ffa800;
}
.blue-btn-box a{
  margin: 20px auto;
  display: block;
  width: 246px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 60px;
  height: 60px;
  font-size: 20px;
  background: url("../images/blue-btn.png") no-repeat;
  background-size: 246px 60px;
}


.zhuti-box{
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  margin-top: 25px;
  clear: both;
}
.zhuti-box .left-box{
  float: left;
  width: 880px;
  /*background: #fff;*/
}
a.more{
  float: right;
  font-size: 12px;
  color: #666;
  font-weight: 100;
  text-decoration: none;
}
a.more:hover{
  text-decoration: underline;
}
.zhuti-box .left-box h2{
  border-top: 3px solid #255fa8;
  border-left: 3px solid #255fa8;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  color: #235da7;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
}

.zhuti-box .right-txt{
  float: right;
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
.zhuti-box h3{
  font-size: 16px;
  line-height: 20px;
  color: #235da7;
}
.news-list{
  padding: 0;
  clear: both;
  background: #fff;
}
.news-list li{
  cursor: pointer;
  padding: 20px;
  border-bottom: 1px solid #f4f3f3;
}
.news-list li img{
  float: left;
  /*width: 240px;*/
  height: 80px;
}
.news-list .right-txt{
  float: left;
  width: 730px;
  margin-left: 20px;
  height: 80px;
  position: relative;
}
.news-list li h3{
  margin-bottom: 20px;
}
.news-list li h3 a{
  color: #235da7;
  text-decoration: none;
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list li h3 a:hover{
  text-decoration: underline;
}
.news-list li p.txt00{
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.left-box .news-list li p.txt00{
  -webkit-line-clamp: 1;	
}
.left-box .news-list li h3{margin-bottom: 15px;}
.academic-conference li p.txt00{	
	padding-right:20px;
}
.news-list li p:last-child{
  color: #666;
  font-size: 12px;
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
}
.academic-conference  li p:last-child{
	width:94%;
}
.news-list li p:last-child span{
  float: left;
}
.news-list li{
  overflow: hidden;
}


.right-box{
  float: right;
  width: 300px;
  height: auto;
  overflow: hidden;
}
.zhuti-box .right-box h2{
  border-top: 3px solid #255fa8;
  border-left: 3px solid #255fa8;
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  color: #235da7;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
}
.academic-conference{
  clear: both;
  padding: 0;
  background: #fff;
}
.academic-conference li{
  padding: 20px;
  cursor: pointer;
}
.academic-conference .right-txt{
  width: auto;
  margin-left: 0;
  height: 100px;
}
.academic-conference li h3{
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 260px;
}

.xiehuishijian{
  margin: 20px auto;
  width: 300px;
  height: 215px;
}
.xiehuishijian img{
  width: 100%;
  height: 100%;
}
.footer-box{
  width: 100%;
  height: 155px;
  display: block;
  background: #037adb;
  margin-top: 25px;
  float: left;
  clear: both;
}
.footer-box p{
  float: left;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
}
.code-box{
  float: right;
}
.code-box img{
  float: left;
  margin-right: 20px;
}
.code-box p{
  line-height: 26px;
  font-size: 12px;
  float: left;
}
.width800{
  width: 800px;
  padding-top: 30px;
}
.code-box p a{
  color: #fff;
}

/*z注册*/
.register-box{
  background: #fff;
  padding-bottom: 40px;
  margin-top: 25px;
}
.register-box h2{
  position: relative;
  text-align: center;
  line-height: 100px;
  font-size: 24px;
}
.register-box h2 p{
  position: absolute;
  right: 30px;
  line-height: 100px;
  font-size: 14px;
  color: #333;
  top: 0;
}
.register-box h2 p a{
  color: #0185eb;
  font-size: 14px;
}
.input-list{
  width: 250px;
  margin: 40px auto;
}
.input-list input{
  width: 240px;
  padding-left: 10px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #ddd;
}
.register-but{
  width: 250px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  background: #0185eb;
  color: #fff;
  display: block;
  text-decoration: none;
}
.register-but:hover{
  background: #0373ca;
}
.agreement{
  margin-top: 20px;
  font-size: 12px;
}
.agreement input{
  float: left;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.login-box2{
  background: #fff;
  margin-top: 30px;
  overflow: hidden;
  height: 460px;
}
.login-box2 .left-login{
  width: 800px;
  float: right;
}
.left-login{
  /*float: right;*/
  margin: 0 auto;
  width: 250px;
}
.right-img-box{
  float: left;
  position: relative;
  width: 400px;
  height: 460px;
  background: url("../images/login-bg.jpg") no-repeat;
  background-size: 400px 460px;
}
.right-img-box img{
  position: absolute;
  z-index: 10;
  width: 140px;
  height: 140px;
  margin-left: -70px;
  left: 50%;
  top: 50%;
  margin-top: -70px;
}
.right-img-box p{
  text-align: center;
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  position: absolute;
  bottom: 120px;
  color: #fff;
}

.left-login h2{
  position: relative;
  text-align: center;
  line-height: 100px;
  font-size: 24px;
  color: #333;
  width: 100%;
}
.left-login h2 p{
  border-bottom: 2px solid #0185eb;
  width: 100px;
  margin: 50px auto;
  line-height: 40px;
}
.remember-password{
  float: left;
  margin-right: 20px;
}
.login-btn{
  clear: both;
}
.remember-password-box{
  margin: 0;
  line-height: 40px;
}
.remember-password-box input{
  margin-right: 5px;
}
.remember-password-box a{
  float: right;
  color: #666;
  margin-left: 20px;
}
.login-box2 .input-list input{
  margin-bottom: 25px;
}


.news-center {
  background: #fff;
}
.crumbs{
  line-height: 34px;
  text-align: left;
  padding-left: 20px;
  color: #333;
  background: #fff;
  font-size: 12px;
  border-bottom: 1px solid #eee;
}
.crumbs a{
  color: #333;
  text-decoration: none;
}
.crumbs a:hover{
  color: #333;
  text-decoration: underline;
}
.news-center .left-box{
  float: left;
  width: 640px;
}
.left-nav{
  float: left;
  width: 240px;
  height: auto;
  overflow: hidden;
  padding-bottom: 2000px;
  margin-bottom: -2000px;
  background: #0185eb;
  display: block;
}
.left-nav li{
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #379fef;
}
.left-nav li:last-child{
  border-bottom: none;
}
.left-nav li:hover,
.left-nav li.active{
  color: #0185eb;
  background: #fff;
}
.left-nav li span{
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: -10px;
  margin-right: 5px;  
}
.left-nav li:nth-child(1) span{
  background: url("../images/icon001.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav li:nth-child(1):hover span,
.left-nav li:nth-child(1).active span{
  background: url("../images/icon001-act.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav li:nth-child(2) span{
  background: url("../images/icon002.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav li:nth-child(2):hover span,
.left-nav li:nth-child(2).active span{
  background: url("../images/icon002-act.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav li:nth-child(3) span{
  background: url("../images/icon003.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav li:nth-child(3):hover span,
.left-nav li:nth-child(3).active span{
  background: url("../images/icon003-act.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav li:nth-child(4) span{
  background: url("../images/icon004.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav li:nth-child(4):hover span,
.left-nav li:nth-child(4).active span{
  background: url("../images/icon004-act.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav li:nth-child(5) span{
  background: url("../images/icon005.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav li:nth-child(5):hover span,
.left-nav li:nth-child(5).active span{
  background: url("../images/icon005-act.png") no-repeat;
  background-size: 28px 28px;
}
.news-center .news-list .right-txt{
  margin-left: 0;
  width: 600px;
  height: 100px;
}
.news-center .left-box h2,.news-center .right-box h2{
  border-top: none;
  margin-top: 15px;
  height: 24px;
  line-height: 24px;
  padding-left: 18px;
}
.news-center .left-box h2{
  margin-left: 20px;
}
.news-center .news-list li h3{
  margin-bottom: 10px;
}
.news-center .academic-conference .right-txt{
  height: 40px;
} 
.news-center .academic-conference li h3 a{
  overflow: hidden;
  width: 280px;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
}
.news-center .academic-conference li{
  padding: 10px 0;
}
.news-center .right-box h2{
  margin-bottom: 10px;
}
.news-center .xiehuigaisu{
   width: 960px;
}
.tab-list{
  padding: 20px;
}
.tab-list a{
  display: block;
  float: left;
  padding: 5px 20px;
  background: #ddd;
  border-radius: 30px;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  margin-right: 10px;
  color: #333;
}
.tab-list a:hover,
.tab-list a.active{
  background: #fa8000;
  color: #fff;
}
.zhiti-neirong{
  padding: 10px 20px 20px 20px;
  line-height: 24px;
  font-size: 12px;
  color: #333;
  border-top: 1px solid #ddd;
  clear: both;
  text-indent: 30px;
  margin-top:20px;
}
.fenzjigou .tab-list2 a{
  display: block;
  float: left;
  padding: 5px 20px;
  background: #ddd;
  border-radius: 30px;
  text-align: center;
  font-size: 12px;
  text-decoration: none;
  margin-right: 10px;
  color: #333;
  clear: both;
  border-radius: 0;
  width: 140px;
  margin-bottom: 1px;
  height: 30px;
  line-height: 30px;
}

.tab-list2{
  padding: 0 20px;
  width: 180px;
  overflow: hidden;
  margin-top: 20px;
  float: left;
  border-right: 1px solid #f1f1f1;
}
.tab-list2 a:hover,
.tab-list2 a.active{
  background: #fa8000;
  color: #fff;
}
.right-fenzjigou{
  float: left;
  width: 720px;
  padding-top: 10px;
}
.right-fenzjigou li{
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
  position: relative;
  color: #333;
}
.right-fenzjigou li a{
    font-size: 15px;
    color: #333;
    text-decoration: none;
    width: 600px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.right-fenzjigou li:hover{
  background: #ddd;
}
.right-fenzjigou li span{
  float: right;
  color: #999;
  font-size: 12px;
}
.right-fenzjigou li:before{
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ddd;
  left: 15px;
  top: 15px;
}

.article-title a{
  margin-bottom: 20px;
}
.academic-journals ul li{
  float: left;
  width: 180px;
  height: auto;
  margin:30px 0 30px 45px;
  overflow: hidden;
}
.academic-journals ul li img{
  width: 100%;
  height: auto;
  display: block;
}

.academic-journals ul li p a{
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.academic-journals ul li p a:hover{
  color: #037adb;
}
.zhuti-box .academic-journals h2{
  padding-left: 0;
  border-bottom: 1px solid #ddd;
  border-left: none;
  line-height: 36px;
  height: 36px;
}
.zhuti-box .academic-journals h2 span{
  float: left;
  width: 140px;
  text-align: center;
  color: #333;
  display: block;
}
.zhuti-box .academic-journals h2 span.active,
.zhuti-box .academic-journals h2 span:hover{
  color: #235da7;
  border-bottom: 1px solid #235da7;
  cursor: pointer;
}


/*个人中心*/
.order-box{
  width: 920px;
  padding:10px 20px 20px 20px;
  float: left;
}
.order-box table{
  width: 100%;
}
.table-responsive .table>tbody>tr>td{
  vertical-align: middle;
}
.order-box td,.order-box th{
  line-height: 36px;
  text-align: center;
  font-size: 12px;
}
.order-box td{
  border-bottom: 1px ;
}
.order-box th{
  background: #ddd;
  font-weight: bold;
}
.order-box td a.see-btn{
  color: #379fef;
}
.order-box .tab-nav{
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 10px;
}
.order-box .tab-nav a{
  float: left;
  width: 120px;
  color: #333;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.order-box .tab-nav a:hover,
.order-box .tab-nav a.active{
  color: #fa8000;
  border-bottom: 1px solid #fa8000;
}

.left-nav .personal-center li{
  position: relative;
}

.left-nav .personal-center li:nth-child(1) span{
  background: url("../images/icon-006.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav .personal-center li:nth-child(1):hover span,
.left-nav .personal-center li:nth-child(1).active span{
  background: url("../images/icon-006.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav .personal-center li:nth-child(1):hover,.left-nav .personal-center li:nth-child(4):hover{
  background: #0185eb;
  color: #fff;
}
.left-nav .personal-center li:nth-child(2) span{
  background: url("../images/icon-007.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav .personal-center li:nth-child(2):hover span,
.left-nav .personal-center li:nth-child(2).active span{
  background: url("../images/icon-007-act.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav .personal-center li:nth-child(3) span{
  background: url("../images/icon-008.png") no-repeat;
  background-size: 28px 28px;
}

.left-nav .personal-center li:nth-child(3):hover span,
.left-nav .personal-center li:nth-child(3).active span{
  background: url("../images/icon-008-act.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav .personal-center li:nth-child(4) span{
  background: url("../images/icon-009.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav .personal-center li:nth-child(4):hover span,
.left-nav .personal-center li:nth-child(4).active span{
  /*background: url("../images/icon-009-act.png") no-repeat;*/
  background-size: 28px 28px;
}
.left-nav .personal-center li:nth-child(5) span{
  background: url("../images/icon005.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav .personal-center li:nth-child(5):hover span,
.left-nav .personal-center li:nth-child(5).active span{
  background: url("../images/icon005-act.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav .personal-center li:nth-child(6) span{
  background: url("../images/icon-010.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav .personal-center li:nth-child(6):hover span,
.left-nav .personal-center li:nth-child(6).active span{
  background: url("../images/icon-010-act.png") no-repeat;
  background-size: 28px 28px;
}
.left-nav .personal-center li{
  height: auto;
}
.left-nav .personal-center li .sub-nav{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.left-nav .personal-center li .sub-nav a{
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  display: block;
  color: #fff;
  background: #6abeff;
}

.left-nav .personal-center li .sub-nav a:hover,.left-nav .personal-center li .sub-nav a.active{
  background: #fff;
  color: #333;
}
.arrowbtn{
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 20px;
}
.rotate90{
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.sub-nva-hid{
  display: none;
}
.information-list{
  width: 800px;
  height: auto;
  overflow: hidden;
  margin: 20px auto;
}
.information-list li span{
  width: 80px;
  font-size: 14px;
  text-align: right;
  float: left;
  display: block;
  line-height: 32px;
}
.information-list li{
  margin-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #f7f6f6;
}
.information-list li input{
  float: left;
  width: 300px;
  padding-left: 10px;
  line-height: 32px;
  border: 1px solid #ddd;
  outline: none;
  border-radius: 5px;
}
.radio-box{
   float: left;
   line-height: 30px;
   width: 60px;
}

.information-list li .radio-box input{
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 8px;
  margin-right: 5px;
}
 
.submit-but-box{
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-align: center;
  clear: both;
}
.submit-but-box button{
  width: 120px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  outline: none;
  margin-right: 20px;
  background: #0185eb;
  color: #fff;
  border: none;
  border-radius:50px;
}
.contact-us li{
  margin-bottom: 20px;
}
.contact-us li h1{
  font-weight: bold;
  color: #333;
}
.contact-us{
  float: left;
  font-size: 14px;
  line-height: 30px;
  width: 40%;
  margin-left: 10%;
}
.contact-us li:nth-child(1){
  margin-bottom: 0;
  font-size: 16px;
}
.contact-us li a{
  color: #0185eb
}
.meeting-text{
  padding:0 40px 10px;
  font-size: 14px;
  line-height: 30px;
}
.meeting-text h3{
  line-height: 40px;
  margin-top: 10px;
  font-weight: bold;
}
.meeting-text h2{
  font-weight: bold;
  font-size: 20px;
  color: #333;
  clear: both;
}

.already-read-but{
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  background: #235da7;
  margin: 20px auto;
  display: block;
  border-radius: 10px;
}
.one-step{
  float:left;
  text-align: center;
  width: 33.333333%;
  margin-bottom: 20px;
}
.one-step span{
  display: block;
  height: 4px;
  background: #333;
  width: 100%;
}
.one-step.acitve span{
  background: #fa6400;
}
.one-step.acitve p{
  color: #fa6400;
}
.hih{
  display: none;
}


/*加入协会样式*/

.div-rules {
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
    border-style: double;
    padding-top: 20px;
}
.text1 {
    margin-bottom: 0.5em;
    text-align: center;
    line-height: 1;
    font-family: 宋体;
    font-size: 15.5pt;
    font-weight: bold;
}
.text2 {
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1;
  font-family: 宋体;
  font-size: 11.5pt;
}

.text3 {
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1;
  font-family: 宋体;
  font-size: 13.5pt;
  font-weight: bold;
}

.text4 {
  margin-bottom: 0.5em;
  text-indent: 2em;
  text-align: justify;
  line-height: 1.5;
  font-family: 宋体;
  font-size: 11.5pt;
}

.div-rules {
  height: 400px;
  overflow: scroll;
  overflow-x: hidden;
  border-style: double;
  padding-top: 20px;
}
.order-box .tr-next td{
  border-bottom:none;
}
.filebtn{
  width: 120px;
  height: 40px;
  line-height: 40px;
  background: #337ab7;
  border-radius: 10px;
  border: none;
  color: #fff;
  outline: none;
}
.filebtn-tr input{
  position: absolute;
  top: 8px;
  width: 120px;
  opacity: 0;
  height: 40px;
  left: 135px;
}
.btn-primary,.btn-default{
  outline: none;
  padding: 10px 40px;
  margin-left: 10px;
}
.tourism-cooperation p a img{
  width: 105px;
}
.table-responsive{
  clear: both;
  width: 100%;
  float: left;
}
.set_image_item{
  float: left;height: 20px; width: 20px; margin-right: 2px;
}
.set_image_top{
  position: absolute;
}
.set_image_top img{
  float: left;
}
.star-solid{
  float: left;
  height: 20px; width: 20px; margin-right: 2px;
}
.hotel-name{
  font-weight: bold;
  font-size: 14px;
}
.fa-map-marker{
  font-style: normal;
}
.progress-box{
  clear: both;
  overflow: hidden;
  margin-top: 20px;
}
.reminder p{
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
}
.reminder{
  line-height: 30px;
  padding: 0 30px 20px 10px;
}
.preset-button{
  float: left !important; 
}
.order-box td{
  position: relative;
}
.duigouicon{
  position: absolute;
  left: 20px;
  width: 30px;
  top: 50%;
  margin-top: -15px;
}
.dahuiyuding td:first-child{
  padding: 8px;
}
.dahuiyuding tr{
  cursor: pointer;
}
.dahuiyuding .table-striped>tbody>tr:nth-of-type(odd){
  background: #fff;
}
.dahuiyuding .table-striped>tbody>tr:nth-of-type(odd):hover{
  background: #eee;
}
.dahuiyuding tr:hover{
  background: #eee;
}

.total-number{
  padding: 0 20px;
  margin-margin: 15px;
}

.total-number table{
  border-left: 1px solid #ddd;
}
.total-number h1{
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 40px;
}
.total-number td{
  border-right: 1px solid #ddd;
}
.reminder001{
  color: #ef6704;
  line-height: 22px;
  padding: 10px 20px;
}

.total-detail{
  padding: 0 20px;
}
.total-detail h2{
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
.total-detail tr{
  border-left: 1px solid #ddd;
}
.total-detail td{
  padding-left: 20px;
  text-align: left;
}
.total-detail td:first-child{
  text-align: center;
}
.total-detail td{
  border-right: 1px solid #ddd;
}
.total-detail td input{
  outline: none;
  height: 26px;
  border:1px solid #ddd;
  width:200px;
  padding-left: 10px;
  line-height: 26px;
  margin-right: 20px;
}
.total-detail td input.unmber{
  width: 100px;
}
.admission-fee{
  font-weight: bold;
  color: #ff2020;
}
.invoice{
  line-height: 40px;
  padding-left: 20px;
}
.invoice input{
  vertical-align: -2px;
  margin-right: 5px;
}
.fongjian{
  padding-right: 10px;
}
.submit-btn-box{
  text-align: center;
}
.total-number td input{
  margin-right: 5px;
  outline: none;
  vertical-align: -2px;
  margin-left: 15px;
}
.confirm-order table{
  border: 1px solid #eee;
}
.confirm-order td{
  border: 1px solid #ddd;
  color: #000;
  text-align: left;
  padding-left: 10px;
}
.confirm-order tr:nth-child(odd){
  background: #eee;
}
.confirm-order tr{
  border: 1px solid #eee;
}
.confirm-payment{
  text-align: center;
  padding-top: 20px;
}
.confirm-order-box .progress-box{
  margin-top: 0;
}
.confirm-order-box .meeting-text{
  padding: 0 0 10px 30px;
}
.payment-mask{
  position: fixed;
  background: #000;
  opacity: .5;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20;
}
.payment-box{
  width: 400px;
  height: auto;
  position: absolute;
  z-index: 21;
  background: #fff;
  left: 50%;
  margin-left: -200px;
  top: 20%;
  border-radius: 10px;
}
.payment-box h1{
  text-align: center;
  padding: 0;
  margin: 0;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}
.total-price{
  padding: 20px 20px 25px 20px;
  border-bottom: 1px solid #eee;
}
.total-price p.price{
  color: #ca0000;
  font-size: 14px;
  font-weight: bold;
}
.payment-method input{
  cursor: pointer;
  vertical-align: -2px;
  margin-right: 5px;
  outline: none;
}
.payment-method label{
  font-weight: 100;
  margin-right: 20px;
}
.code-box22{
  float: none;
  padding:10px 20px;
  text-align: center;
}
.code-box22 p{
  text-align: center;
  line-height: 40px;
}
.code-img{
  width: 240px;
  height: 240px;
  margin: 0 auto;
}
.code-img img{
  width: 240px;
  height: 240px;
}
.payment-box .close-btn{
  position: absolute;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #eee;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
}

.text-top-box{
  border-top: 2px solid #0185eb;
  background: #fff;
  padding: 0;
  margin-top: 20px;
  overflow: hidden;
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  -webkit-box-sizing:border-box; /* Safari */
}
.szwz {
    font-size: 12px;
    color: #717171;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e0e0e0;
}
.news-list li a{
  display: block;
}
.contit{
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}
.conbox{
  padding: 0 50px 50px;
}

.news-center .academic-conference .right-txt li h3{
  width:auto;
}

.listhydt{
  width: 910px;
  padding-right: 20px;
  float: right;
}
.listcon_tit {
    line-height: 30px;
    margin-top: 20px;
}
.listlb {
    border-bottom: 1px dashed #9D9D9D;
    padding: 10px 0;
    line-height: 22px;
}
.listlb dt a {
    color: #0067B6;
    text-decoration: none;
    font-size: 14px;
}
.listlb dd .contime {
    color: #888888;
    font-size: 12px;
}
.page_num {
    padding-top: 20px;
    height: 50px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
#page_div {
    line-height: 20px;
    color: #666;
    margin-top: 10px;
}
#page_div .pagination_index, #page_div .pagination_index_num {
    background: #f2f4f9;
    border: 1px solid #f2f4f9;
    padding: 0 8px;
    margin-right: 2px;
    float: left;
    height: 20px;
    text-align: center;
    font-size: 12px;
}

#page_div .currentIndex {
    background: #1a8fc6;
    border: 1px solid #f2f4f9;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
#page_div .pagination_index_last {
    width: 260px;
    float: right;
    text-align: right;
    font-size: 12px;
}
#pagination_input{
  width: 25px;
  margin: 0 10px;
}
#page_div a{
  color: #666;
  text-decoration: none;
}
.listcon_tit span {
    color: #0f70aa;
    font-size: 22px;
    font-weight: bold;
}
#tablistjy2 i{
  font-style: normal;
}
.zhiti-neirong p{
  margin-bottom: 10px;
}
.swiper-container{
  background: #fff;
}
.sweiperbox img{
  height: auto;
  margin-top: 40px;
}

/*协会新闻*/
.xhxwul{
    border-bottom: 1px solid #dbdbdb;
    height: 40px;
    line-height: 40px;
    color: #2d7eba;
    font-size: 20px;
    width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.xhxwul li{
    float: left;
    text-align: center;
    color: #333;
    width: 100px;
    cursor: pointer;
    font-size: 16px;
    padding: 0 5px;
}
.xhxwul li.active{
  color: #255fa8;
  border-bottom: 2px solid #255fa8;
}
.xiehui-list li{
  clear: both;
  font-size: 14px;
  padding: 0 20px;
  line-height: 30px;
}
.xiehui-list li p{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 450px;
  float: left;
}
.xiehui-list li a{
  display: block;
  color: #333;
  text-decoration: none;

}
.xiehui-list li a:hover{
  color: #0185eb;
}

.xiehui-list li a span{
  float: right;
  color: #666;
}

.swiper-slide img{
  width: 100%;
}
#xiehuibox .xiehui-list-box:nth-of-type(2){
  margin: 20px auto;
  padding-left: 20px;
  /*display: none;*/
}
.page_num22{
  width: 93%;
}
.news-center .newslist000 .right-txt{
  width: 100%;
}
.news-center .newslist000 li{
  padding-top: 10px;
  padding: 0;
}
.academic-conference li h3{
  width: 286px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-center .newslist000 li h3 a{
  width: 286px;
}
.news-center .newslist000 .right-txt{
  height: 30px;
}
.newslist000 li h3{
  padding-top:4px;
}
.after-login p{
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 60px;
  margin-top: 50px;
  color: #0185eb;
}
.after-login p a{
  color: #0185eb;
}
.after-login .login-btn{
  margin: 0 auto;
   width: 180px;
   margin-bottom: 15px;
}
.huiyuanleixing{
  font-size: 12px;
  padding: 3px 6px;
  border: 1px solid #ddd;
  border-radius: .1rem;
  margin-left: 10px;
  color: #333;
}

/*新加登录切换*/
.table-qiehuan{
  border-bottom: 1px solid #ddd;
  line-height: 40px;
  color: #666;
  overflow: hidden;
  font-size: 15px;
  width: 250px;
  margin: 30px auto;
}
.table-qiehuan a{
  position: relative;
  color: #666;
  font-size: 14px;
  text-decoration: none;
  width:49%;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}
.table-qiehuan a.active{
  color:#fff;
  background: #0185eb;
  border-radius: 8px 8px 0 0;
}
.table-qiehuan a.active:before{
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #0185eb;
  left: 0;
}
.input-list{
  margin: 15px auto;
}
.cerification-Code{
  position: relative;
  height: 38px;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 34px;
}
.cerification-Code a{
  position: absolute;
  width: 80px;
  text-align: center;
  text-decoration: none;
  background: #0185eb;
  color: #fff;
  right: 0;
  top: 0;
  display: block;
  height: 34px;
  font-size: 12px;
  top: 2px;
}
.filebox{
    position: relative;
    margin-left: 190px;
    clear: both;
    padding-top: 20px;
    overflow: hidden;
}
.filebox input{
    position: absolute;
    left: 0;
    top: 20px;
    width: 120px;
    opacity: 0;
    height: 60px;
}
.error001{
  color: red;
  padding-left: 190px;
  line-height: 40px;
}
.woyaotougao{
  position: relative;
  width: 400px;
  margin: 100px auto;
}
.woyaotougao img{
  width: 100%;
}
.wytg-btn{
    position: absolute;
    width: 150px;
    height: 200px;
    color: #1b7abd;
    font-size: 15px;
    left: 0;
    line-height: 340px;
    top: 0;
    text-align: center;
}
.wdtg-btn{
    position: absolute;
    width: 150px;
    height: 200px;
    color: #1b7abd;
    font-size: 15px;
    right: 0;
    line-height: 340px;
    top: 0;
    text-align: center;
}

/*弹窗*/
.mask-box00{
  position: fixed;
  background: #000;
  opacity: .5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  z-index: 50;
}
.pop-text-box{
  padding:10px 25px;
  position: fixed;
  display: none;
  color: #000;
  z-index: 51;
  width: 500px;
  left: 50%;
  margin-left: -250px;
  height: 490px;
  top: 50%;
  margin-top: -245px;
  overflow: hidden;
  border: 2px solid #333;
  background: #fff;
}
.pop-text-box h3{
  position: relative;
  text-align: center;
  line-height: 40px;
  color: #000;
  font-size: 18px;
}
.pop-text-box h3 img{
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 10px;
  width: 16px;
}
.text000{
  text-align: left;
  line-height: 26px;
  font-size: 14px;
  text-indent: 30px;
}
.timebox000{
  width: 200px;
  line-height: 30px;
  font-size: 16px;
  float: right;
  text-align: center;
  padding-right: 30px;
}
.jiweidizhi{
  clear: both;
  overflow: hidden;
  text-align: left;
  line-height: 24px;
  font-size: 12px;
  padding-top: 26px;
}
.fochengbtn{
  cursor: pointer;
  position: fixed;
  z-index: 20;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: fixed;
  bottom: 180px;
  background: #000;
  right: 40px;
}
/*new5.4*/
.email-box{
  margin: 20px 0 10px; 
}
.email-box input{
  padding-left: 10px;
  width: 200px;
  outline: none;
}
.new-error{
  color: red;
  line-height: 24px;
}
.zhifu-btn{
  height: 40px;
  background: #eee;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 10px 10px;
}
.code-box22{
  padding-bottom: 60px;
  position: relative;
}
.zhifu-btn a{
  display: block;
  text-align: center;
  float: left;
  width: 50%;
  line-height: 40px;
  color: #333;
}
.zhifu-btn a:nth-child(1){
  border-right: 1px solid #fff;
}
.zhifu-btn a:hover{
  text-decoration: none;
  color: #23527c;
}
/*新表单填写*/
.form-printing-box .specific-date{
  text-align: right;
  overflow: hidden;
  margin-bottom: 15px;
  width: 330px;
  margin-top: 15px;
  float: right;
} 
.form-printing-box h3{
  text-align: center;
  font-size: 18px;
  color: #000;
}
.form-printing-box .specific-date span{
  width: 25px;
  display: block;
  float: left;
  text-align: left;
  padding-left: 5px;
}
.form-printing-box table{
  border: 1px solid #ddd;
}
.form-printing-box table td{
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 14px;
  padding: 8px 0;
  line-height: 22px;
}
.form-printing-box table input{
  padding-left: 10px;
  width: 100%;
  outline: none;
  border: none;
}
.form-printing-box table input::placeholder{
  color: #999;
}
.form-printing-box table textarea{
  width: 100%;
  outline: none;
  border: none;
  padding-left: 10px;
}
.zhibiaodanwei{
  line-height: 40px;
}
.zhibiaodanwei span{
  float: left;
  width: 50%;
}
.form-printing-box .radiobox{
  float: left;
  display: inline-block;
  width: 60px;
}
.form-printing-box .radiobox input{
  width: 50%;
  vertical-align: -2px;
  outline: none;
}
.specific-date span{
  text-align: center;
  left: left;
}
.specific-date input{
  float: left;
  outline: none;
  width: 80px;
  padding-left: 10px;
}
.form-jieguoye .specific-date{
  width: 155px;
}
.form-printing-box .specific-date span.jieguo{
  text-align: left;
  padding-left: 5px;
  width: auto;
}
.form-printing-box table td span.shurujieguo{
  color: #666;
  text-align: left;
  display: block;
  padding-left: 10px;
}
.form-printing-box table td  em{
  font-style: normal;
  color: red;
  padding-right: 5px;
}
.tips90{
  font-size: 12px;
  color: red;
}

/*6.3*/
.newxueshujiaol .news-center .news-list .right-txt{
    width: 100%;
    height: auto;
}
.newxueshujiaol .news-center .news-list li h3{
  float: left;
  width: 60%;
}
.newxueshujiaol .news-list li p:last-child{
  float: right;
  position: relative;
  width:30%;
  line-height: 50px;
  bottom: 0;
}
.newxueshujiaol .news-list li p:last-child span{
  float: right;
}
.newxueshujiaol .news-list li{
  padding:0 20px;
}
.newxueshujiaol .news-list li:nth-child(even){
  background: #f5fbfd;
}
.newxueshujiaol .zhuti-box h3{
  line-height: 50px;
}